home *** CD-ROM | disk | FTP | other *** search
/ Network PC / Network PC.iso / windows 95 utilities / sound tools / handycd / handycd.exe / 0 / RCDATA / TOPTIONSFORM / TOPTIONSFORM.txt
Text File  |  1997-04-07  |  3KB  |  140 lines

  1. object OptionsForm: TOptionsForm
  2.   Left = 244
  3.   Top = 111
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Options'
  6.   ClientHeight = 226
  7.   ClientWidth = 286
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object LabelCDROM: TLabel
  18.     Left = 7
  19.     Top = 154
  20.     Width = 117
  21.     Height = 13
  22.     Caption = 'Set CD-ROM drive letter:'
  23.   end
  24.   object LabelPixelDistance: TLabel
  25.     Left = 7
  26.     Top = 96
  27.     Width = 244
  28.     Height = 13
  29.     Caption = 'Set distance in pixels for single-click track selection:'
  30.   end
  31.   object CheckBoxContinuousPlay: TCheckBox
  32.     Left = 7
  33.     Top = 9
  34.     Width = 100
  35.     Height = 17
  36.     Caption = 'Continuous Play'
  37.     TabOrder = 0
  38.   end
  39.   object ButtonOK: TButton
  40.     Left = 35
  41.     Top = 192
  42.     Width = 93
  43.     Height = 26
  44.     Caption = 'OK'
  45.     TabOrder = 1
  46.     OnClick = ButtonOKClick
  47.   end
  48.   object ButtonCancel: TButton
  49.     Left = 162
  50.     Top = 192
  51.     Width = 90
  52.     Height = 27
  53.     Cancel = True
  54.     Caption = 'Cancel'
  55.     TabOrder = 2
  56.     OnClick = ButtonCancelClick
  57.   end
  58.   object CheckBoxPlayOnStart: TCheckBox
  59.     Left = 7
  60.     Top = 38
  61.     Width = 83
  62.     Height = 17
  63.     Caption = 'Play on start'
  64.     TabOrder = 3
  65.   end
  66.   object CheckBoxPlayOnClose: TCheckBox
  67.     Left = 7
  68.     Top = 67
  69.     Width = 134
  70.     Height = 17
  71.     Caption = 'Play on close of cd tray'
  72.     TabOrder = 4
  73.   end
  74.   object DriveComboBox: TDriveComboBox
  75.     Left = 127
  76.     Top = 154
  77.     Width = 125
  78.     Height = 21
  79.     TabOrder = 5
  80.   end
  81.   object TrackBarPixelDistance: TTrackBar
  82.     Left = 7
  83.     Top = 120
  84.     Width = 157
  85.     Height = 17
  86.     Max = 16
  87.     Min = 1
  88.     Orientation = trHorizontal
  89.     Frequency = 1
  90.     Position = 1
  91.     SelEnd = 0
  92.     SelStart = 0
  93.     TabOrder = 6
  94.     TickMarks = tmBottomRight
  95.     TickStyle = tsAuto
  96.     OnChange = TrackBarPixelDistanceChange
  97.   end
  98.   object EditPixelDistance: TEdit
  99.     Left = 170
  100.     Top = 120
  101.     Width = 25
  102.     Height = 21
  103.     ReadOnly = True
  104.     TabOrder = 7
  105.   end
  106.   object Panel1: TPanel
  107.     Left = 212
  108.     Top = 9
  109.     Width = 40
  110.     Height = 40
  111.     BevelInner = bvRaised
  112.     BevelOuter = bvNone
  113.     TabOrder = 8
  114.     object ImageIcon: TImage
  115.       Left = 4
  116.       Top = 4
  117.       Width = 32
  118.       Height = 32
  119.       Hint = 'HandyCd'#13'� 1996-97 Lester is slank! producties'
  120.       ParentShowHint = False
  121.       ShowHint = True
  122.     end
  123.   end
  124.   object MSOfficeCaption: TMSOfficeCaption
  125.     AppNameText.Caption = 'HandyCd -'
  126.     AppNameText.FontKind = fkSystemB
  127.     AppNameText.Visible = True
  128.     CaptionText.Caption = 'Options'
  129.     CaptionText.FontKind = fkSystem
  130.     CaptionText.Visible = True
  131.     CompanyText.Caption = 'Lester is slank! producties'
  132.     CompanyText.FontKind = fkSystemBI
  133.     CompanyText.Visible = True
  134.     Enabled = geWhenActive
  135.     NumColors = 256
  136.     Left = 209
  137.     Top = 49
  138.   end
  139. end
  140.